Pass entire line of input to module completer
authorDan Davison <dandavison7@gmail.com>
Thu, 17 May 2012 03:03:38 +0000 (00:03 -0300)
committerFabián Ezequiel Gallina <fabian@anue.biz>
Thu, 17 May 2012 03:03:38 +0000 (00:03 -0300)
commit15fedd301100c4b46321a75ab23d7d25dafebdac
tree72ecc681524cc104a0f268ef29ce218be25a8614
parent8858b44aa2508a2cf0347a9d0d11d5249226d53c
Pass entire line of input to module completer

The module completer wants e.g. 'from xxx' as input, not just 'xxx'.

This change also causes all modules to be offered as completions to
'from ', whereas previously this was regarded as empty input.
lisp/progmodes/python.el